home *** CD-ROM | disk | FTP | other *** search
/ CD World 1997 November / CD World - Kasım 1997.iso / menu.ini < prev    next >
INI File  |  1997-10-31  |  13KB  |  294 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ;ExtraMemory=400
  24. ; Amount of kBytes over and above physical memory for use by a projector.
  25.  
  26. ;SwapFileMeg=0
  27. ; Amount of megabytes of SwapFile space to enable during authoring.
  28. ; Default is to allow swapfile space of up to 1/2 of the available 
  29. ; physical RAM.
  30.  
  31. [Graphics]
  32. Wing=0
  33. ; 0: Do not use WinG graphics accelerator.
  34. ; 1: Use WinG graphics accelerator software. This requires
  35. ;    certain system files to be installed. Projector size and memory 
  36. ;    usage may increase. See the documentation for details.       
  37.  
  38.  
  39.  
  40. [Palette]
  41. Animation=0
  42. ; 1: allows director to take control of the palette for fast palette effects
  43. ;    and transitions.
  44. ; 0: prevents director from taking control of the palette so other apps,
  45. ;    wallpaper etc. look better but palette effects and transitions will
  46. ;    be slower.
  47.  
  48.  
  49.  
  50. ; Global Sound Settings ------------------------------------------------
  51.  
  52. [Sound]
  53. ; Settings in the [Sound] section apply to all sound cards.
  54.  
  55. ;SpoolBufferAlloc=0 
  56. ; When to allocate spool buffers
  57. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  58. ; 1 means allocate spool once at startup and keep for entire session.
  59.  
  60. ;LowSpoolBufferMs=2500
  61. ; Length of one 8bit spool buffer, in milliseconds.
  62.  
  63. ;HighSpoolBufferMs=1500
  64. ; Length of one 16-bit spool buffer, in milliseconds.
  65.  
  66. ;SpoolBufferCount=2
  67. ; Number of spool buffers to use. Must range from 2 to 10.
  68.  
  69. ;MixMaxChannels=4
  70. ; Maximum number of channels supported by the sound mixer. The actual
  71. ; number you can mix depends on the processing power of your computer.
  72. ; Must range from 1 to 8.
  73.  
  74. ;MixWaveDevice=0 
  75. ; DeviceID of waveOut device to use for playing.
  76. ; Must range from 0 to (# of devices - 1).
  77.  
  78. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  79. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  80. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  81. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  82. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  83. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  84. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  85. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  86.  
  87. ;MixMaxFidelity=99
  88. ; Sets a limit on the fidelity of sound output. For best performance, use
  89. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  90. ; possible of the three fixed sound formats (0, 1, 2):
  91. ;  0  = 22.05k samples/sec, 8-bit, mono
  92. ;  1  = 22.05k samples/sec, 8-bit, stereo
  93. ;  2  = 44.1k samples/sec, 16-bit, stereo
  94. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  95. ;       sounds determines the format for that run.  The format used is the
  96. ;       lowest of the three output formats (0,1,2 above) which is as close
  97. ;       as possible in fidelity to the sound to be played, while still being
  98. ;       supported by the installed sound card. 
  99.  
  100. ; Default Sound Settings -----------------------------------------------
  101.  
  102. [Low Mono Default Sound]
  103. ; Settings in the [Low Mono Default Sound] section apply when the target
  104. ; output format is 22K, 8-bit, mono.  The target output format depends
  105. ; on the capabilities of the sound card as well as the setting of
  106. ; MixMaxFidelity.   These settings are used when the installed sound card
  107. ; is not known to Director and is not specified explictly in the
  108. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  109. ; Override sections will override these values for specific sound cards,
  110. ; or for all sound cards, respectively.
  111.  
  112. ;MixBufferMs=200
  113. ; Length of each mixing buffer, in milliseconds.
  114.  
  115. ;MixBufferBytes=0
  116. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  117. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  118. ; bytes rather than milliseconds.
  119.  
  120. ;MixBufferCount=4
  121. ; Number of mixing buffers to use. Must range from 2 to 16.
  122.  
  123. ;MixServiceMode=0
  124. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  125. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  126. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  127. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  128. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  129. ;         this mode is set, it is best to use MixBufferBytes to specify a
  130. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  131. ;         supported by all sound cards.
  132.  
  133. ;MixIntPeriodMs=200
  134. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  135.  
  136. ;MixIntResolutionMs=50
  137. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  138.  
  139.  
  140. [Low Default Sound]
  141. ; Settings in the [Low Default Sound] section apply when the target
  142. ; output format is 22K, 8-bit, stereo.  The target output format depends
  143. ; on the capabilities of the sound card as well as the setting of
  144. ; MixMaxFidelity.   These settings are used when the installed sound card
  145. ; is not known to Director and is not specified explictly in the
  146. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  147. ; Override sections will override these values for specific sound cards,
  148. ; or for all sound cards, respectively.
  149.  
  150. ;MixBufferMs=200
  151. ;MixBufferBytes=0
  152. ;MixBufferCount=4
  153. ;MixServiceMode=0
  154. ;MixIntPeriodMs=200
  155. ;MixIntResolutionMs=50
  156.  
  157.  
  158. [High Default Sound]
  159. ; Settings in the [High Default Sound] section apply when the target
  160. ; output format is 44K, 16-bit, stereo.  The target output format depends
  161. ; on the capabilities of the sound card as well as the setting of
  162. ; MixMaxFidelity.   These settings are used when the installed sound card
  163. ; is not known to Director and is not specified explictly in the
  164. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  165. ; Override sections will override these values for specific sound cards,
  166. ; or for all sound cards, respectively.
  167. ;MixBufferMs=200
  168. ;MixBufferBytes=0
  169. ;MixBufferCount=4
  170. ;MixServiceMode=0
  171. ;MixIntPeriodMs=200
  172. ;MixIntResolutionMs=50
  173.  
  174.  
  175.  
  176. ; Sound Card-Specific Settings -----------------------------------------
  177.  
  178. ;[Low Mono <SoundCardName>]
  179. ; Settings in this section apply when the target output format is
  180. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  181. ; output format depends on the capabilities of the sound card, as well
  182. ; as the setting of MixMaxFidelity.  You can have any number of these 
  183. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  184. ; with the actual name of the sound card you want to set defaults for.  
  185. ; To find the name of your card, launch the Sound Mapper application, 
  186. ; and look in the Playback field.  Director maintains a built-in table
  187. ; of settings for many popular sound cards.  Settings in this section take 
  188. ; precedence over Director's built-in settings.
  189. ;MixBufferMs=200
  190. ;MixBufferCount=4
  191. ;MixBufferBytes=0
  192. ;MixServiceMode=0
  193. ;MixIntPeriodMs=200
  194. ;MixIntResolutionMs=50
  195.  
  196.  
  197. [Low <SoundCardName>]
  198. ; Settings in this section apply when the target output format is
  199. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  200. ; output format depends on the capabilities of the sound card, as well
  201. ; as the setting of MixMaxFidelity.  You can have any number of these 
  202. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  203. ; with the actual name of the sound card you want to set defaults for.  
  204. ; To find the name of your card, launch the Sound Mapper application, 
  205. ; and look in the Playback field.  Director maintains a built-in table
  206. ; of settings for many popular sound cards.  Settings in this section take 
  207. ; precedence over Director's built-in settings.
  208. ;MixBufferMs=200
  209. ;MixBufferCount=4
  210. ;MixBufferBytes=0
  211. ;MixServiceMode=0
  212. ;MixIntPeriodMs=200
  213. ;MixIntResolutionMs=50
  214.  
  215.  
  216. ;[High <SoundCardName>]
  217. ; Settings in this section apply when the target output format is
  218. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  219. ; output format depends on the capabilities of the sound card, as well
  220. ; as the setting of MixMaxFidelity.  You can have any number of these 
  221. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  222. ; with the actual name of the sound card you want to set defaults for.  
  223. ; To find the name of your card, launch the Sound Mapper application, 
  224. ; and look in the Playback field.  Director maintains a built-in table
  225. ; of settings for many popular sound cards.  Settings in this section take 
  226. ; precedence over Director's built-in settings.
  227. ;MixBufferMs=200
  228. ;MixBufferBytes=0
  229. ;MixBufferCount=4
  230. ;MixServiceMode=0
  231. ;MixIntPeriodMs=200
  232. ;MixIntResolutionMs=50
  233.  
  234.  
  235.  
  236. ; Sound Override Settings ----------------------------------------------
  237.  
  238. [Low Mono Override]
  239. ; Settings in the [Low Mono Override] apply when the target ouput format
  240. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  241. ; of the sound card, as well as the setting of MixMaxFidelity.
  242. ; These settings will override Director's internal settings, any defaults
  243. ; specified in the Default Sound sections, as well as settings for specific 
  244. ; cards.  Change these settings only if you want to force Director to use
  245. ; certain values regardless of the sound card installed in the computer.
  246. ; It is not recommended that you modify these settings for movies which
  247. ; you are going to distribute, as they will override Director's internal
  248. ; settings which are already optimized for various sound cards.
  249. ;MixBufferMs=200
  250. ;MixBufferBytes=0
  251. ;MixBufferCount=4
  252. ;MixServiceMode=0
  253. ;MixIntPeriodMs=200
  254. ;MixIntResolutionMs=50
  255.  
  256. [Low Override]
  257. ; Settings in the [Low Override] apply when the target ouput format
  258. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  259. ; of the sound card, as well as the setting of MixMaxFidelity.
  260. ; These settings will override Director's internal settings, any defaults
  261. ; specified in the Default Sound sections, as well as settings for specific 
  262. ; cards.  Change these settings only if you want to force Director to use
  263. ; certain values regardless of the sound card installed in the computer.
  264. ; It is not recommended that you modify these settings for movies which
  265. ; you are going to distribute, as they will override Director's internal
  266. ; settings which are already optimized for various sound cards.
  267. ;MixBufferMs=200
  268. ;MixBufferBytes=0
  269. ;MixBufferCount=4
  270. ;MixServiceMode=0
  271. ;MixIntPeriodMs=200
  272. ;MixIntResolutionMs=50
  273.  
  274.  
  275. [High Override]
  276. ; Settings in the [High Override] apply when the target ouput format
  277. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  278. ; of the sound card, as well as the setting of MixMaxFidelity.
  279. ; These settings will override Director's internal settings, any defaults
  280. ; specified in the Default Sound sections, as well as settings for specific 
  281. ; cards.  Change these settings only if you want to force Director to use
  282. ; certain values regardless of the sound card installed in the computer.
  283. ; It is not recommended that you modify these settings for movies which
  284. ; you are going to distribute, as they will override Director's internal
  285. ; settings which are already optimized for various sound cards.
  286. ;MixBufferMs=200
  287. ;MixBufferBytes=0
  288. ;MixBufferCount=4
  289. ;MixServiceMode=0
  290. ;MixIntPeriodMs=200
  291. ;MixIntResolutionMs=50
  292.  
  293.